Skip to content

chore: enable npm publication bootstrap for 0.2.0#5

Merged
mattbaconz merged 3 commits into
mainfrom
release/bootstrap-0.2.0
Jun 17, 2026
Merged

chore: enable npm publication bootstrap for 0.2.0#5
mattbaconz merged 3 commits into
mainfrom
release/bootstrap-0.2.0

Conversation

@mattbaconz

Copy link
Copy Markdown
Owner

Removes package.json private:true on public main only. Required before npm-release workflow can publish @mattbaconz/kernel@0.2.0.

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a3fcda2af9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
"description": "Kernel CLI: a repo-local quality system and portable operating layer for coding agents.",
"type": "module",
"private": true,
"license": "Apache-2.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update release-readiness expectations before publishing

In the npm-release workflow I inspected, the job runs pnpm test before the publish gate (.github/workflows/npm-release.yml), and tests/release-readiness.test.ts:169 still asserts packageJson.private is true. With private removed here, the release job and CI test step fail before reaching npm publish, so the 0.2.0 publication bootstrap cannot complete until the readiness test/checklist are updated for the non-private release state.

Useful? React with 👍 / 👎.

mattbaconz and others added 2 commits June 17, 2026 10:10
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@mattbaconz mattbaconz merged commit 09f1cf4 into main Jun 17, 2026
1 check passed
@mattbaconz mattbaconz deleted the release/bootstrap-0.2.0 branch June 17, 2026 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant